Spread Windows Forms 12.0 Product Documentation
Find(String) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > NamedObjectCollection<T> Class > Find Method : Find(String) Method
A System.String value that indicates the name of the object to retrieve from the collection
Finds the item using the specified name.
Syntax
'Declaration
 
Public Overloads Function Find( _
   ByVal name As String _
) As T()
'Usage
 
Dim instance As NamedObjectCollection(Of T)
Dim name As String
Dim value() As T
 
value = instance.Find(name)
public T[] Find( 
   string name
)

Parameters

name
A System.String value that indicates the name of the object to retrieve from the collection

Return Value

An INamedObject object with the specified name within the collection.
See Also

Reference

NamedObjectCollection<T> Class
NamedObjectCollection<T> Members
Overload List